Skip to content

Conversation

@ywang96
Copy link
Member

@ywang96 ywang96 commented Feb 20, 2025

This PR upgrades the version of transformers to 4.49 for out-of-box support of Qwen2.5-VL

Signed-off-by: Roger Wang <ywang@roblox.com>
@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

@mergify mergify bot added documentation Improvements or additions to documentation ci/build labels Feb 20, 2025
@ywang96
Copy link
Member Author

ywang96 commented Feb 20, 2025

pytest tests/models/decoder_only/vision_language/test_models.py -k qwen2_5_vl passed locally on H100, so I'm marking this PR as ready for review.

@ywang96 ywang96 marked this pull request as ready for review February 20, 2025 09:54
@ywang96 ywang96 requested a review from WoosukKwon February 20, 2025 09:54
@DarkLight1337
Copy link
Member

We need to update requirements-test* as well

Signed-off-by: Roger Wang <ywang@roblox.com>
@WoosukKwon
Copy link
Collaborator

WoosukKwon commented Feb 20, 2025

IIRC, multiple people reported that the fast processor does not match the original one. Did we consider this issue?

@ywang96
Copy link
Member Author

ywang96 commented Feb 20, 2025

IIRC, multiple people reported that the fast processor does not match the original one. Did we consider this issue?

@WoosukKwon Yea I tried to see if the numerical differences would lead to actual differences in the result, but it looks like that's not the case since the tests all passed (with different image size factors). I'm also okay with us not including use_fast in this PR.

@WoosukKwon
Copy link
Collaborator

@ywang96 Got it. I'd personally prefer to not use it until we are certain about the correctness.

Signed-off-by: Roger Wang <ywang@roblox.com>
@ywang96
Copy link
Member Author

ywang96 commented Feb 20, 2025

@ywang96 Got it. I'd personally prefer to not use it until we are certain about the correctness.

Sounds good - I'll revert the change

Signed-off-by: Roger Wang <ywang@roblox.com>
@DarkLight1337 DarkLight1337 enabled auto-merge (squash) February 21, 2025 03:38
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Feb 21, 2025
@hmellor
Copy link
Member

hmellor commented Feb 21, 2025

Since #13617 we no longer need to manually update requirements-test.txt, pre-commit should have us covered.

@hmellor
Copy link
Member

hmellor commented Feb 21, 2025

In a separate PR which also updates transformers I'm seeing some ImportError: cannot import name 'LogitsWarper' from 'transformers.generation.logits_process' errors in CI https://buildkite.com/vllm/ci/builds/13915#01952838-c668-4156-9ac4-d0ce260584d1 originating from lm-format-enforcer.

It'd be good to check if this happens here too.

@ywang96
Copy link
Member Author

ywang96 commented Feb 22, 2025

In a separate PR which also updates transformers I'm seeing some ImportError: cannot import name 'LogitsWarper' from 'transformers.generation.logits_process' errors in CI https://buildkite.com/vllm/ci/builds/13915#01952838-c668-4156-9ac4-d0ce260584d1 originating from lm-format-enforcer.

It'd be good to check if this happens here too.

@hmellor Thanks for the heads up!

@DarkLight1337
Copy link
Member

Rebuilding

@hmellor hmellor mentioned this pull request Feb 26, 2025
9 tasks
@hmellor hmellor closed this Feb 26, 2025
auto-merge was automatically disabled February 26, 2025 20:11

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build documentation Improvements or additions to documentation ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants